home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the movieRate of sprite 25 = -1 then
- set the movieTime of sprite 25 to 0
- set the movieTime of sprite 21 to 0
- set the stopTime of sprite 25 to 180
- set the stopTime of sprite 21 to 120
- set the movieRate of sprite 25 to 0
- set the movieRate of sprite 31 to 0
- else
- set the movieTime of sprite 25 to 0
- set the movieTime of sprite 21 to 0
- set the movieTime of sprite 25 to 0
- set the movieTime of sprite 31 to 0
- set the stopTime of sprite 25 to 180
- set the stopTime of sprite 21 to 120
- set the movieRate of sprite 25 to -1
- set the movieRate of sprite 31 to -1
- end if
- end
-